crypto/tls.Conn.isHandshakeComplete (field)
17 uses
crypto/tls (current package)
conn.go#L38: isHandshakeComplete atomic.Bool
conn.go#L616: handshakeComplete := c.isHandshakeComplete.Load()
conn.go#L1220: if !c.isHandshakeComplete.Load() {
conn.go#L1290: c.isHandshakeComplete.Store(false)
conn.go#L1438: if c.isHandshakeComplete.Load() {
conn.go#L1456: if !c.isHandshakeComplete.Load() {
conn.go#L1515: if c.isHandshakeComplete.Load() {
conn.go#L1561: if c.isHandshakeComplete.Load() {
conn.go#L1577: if c.handshakeErr == nil && !c.isHandshakeComplete.Load() {
conn.go#L1580: if c.handshakeErr != nil && c.isHandshakeComplete.Load() {
conn.go#L1622: state.HandshakeComplete = c.isHandshakeComplete.Load()
conn.go#L1678: if !c.isHandshakeComplete.Load() {
handshake_client.go#L618: c.isHandshakeComplete.Store(true)
handshake_client_tls13.go#L163: c.isHandshakeComplete.Store(true)
handshake_server.go#L127: c.isHandshakeComplete.Store(true)
handshake_server_tls13.go#L87: c.isHandshakeComplete.Store(true)
quic.go#L305: if !c.isHandshakeComplete.Load() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |